1.1.6.6. security.insecureAPI.getpw (C)
Warn on uses of the 'getpw' function.

Examples:

void test() {
  char buff[1024];
  getpw(2, buff); // warn
}